/* Reset default browser styles */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
}

/* Set up basic typography */
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    
    /* Add left margin */
}
.Privacy0{
    margin-top: 30px;
    margin-left: 13%;
    margin-right: 12%;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 50px;
  
}
.Name{
    margin-left: 13%;
    font-size: 50px;
}
.BrandName{
    border-bottom: #ff000075 1px solid;
}
h1,
h2,
h3 {
    margin-bottom: 20px;
  
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
}

/* Container for the privacy policy */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Styling for the main content */
.content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

/* Styling for headings within the privacy policy */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #333;
    margin-bottom: 15px;
}

/* Styling for paragraphs within the privacy policy */
.content p {
    margin-bottom: 15px;
}

/* Styling for unordered and ordered lists within the privacy policy */
.content ul,
.content ol {
    margin-bottom: 15px;
    padding-left: 30px;
}

.content li {
    margin-bottom: 5px;
}

/* Styling for links within the privacy policy */
.content a {
    color: #007bff;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

/* Styling for the privacy policy footer */
.footer {
    margin-top: 30px;
    text-align: center;
    color: #777;
}

.footer p {
    margin-bottom: 10px;
}

.footer a {
    color: #007bff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
